<feed xmlns='http://www.w3.org/2005/Atom'>
<title>{non-gerrit}/qt-labs/opencl.git/src/opencl/qclcommandqueue.cpp, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/'/>
<entry>
<title>Inline object reference counting for performance.</title>
<updated>2010-06-24T02:17:08+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-06-24T02:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=7235aca62bc03bc05b1c73ee8e303dae9010a8e6'/>
<id>7235aca62bc03bc05b1c73ee8e303dae9010a8e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove command queue property setting.</title>
<updated>2010-06-18T01:03:20+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-06-18T00:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=8dc268f32546dc047af8a1b61c4cba56dc6e22ec'/>
<id>8dc268f32546dc047af8a1b61c4cba56dc6e22ec</id>
<content type='text'>
OpenCL 1.1 has deprecated clSetCommandQueueProperty() because
it isn't thread safe.  Rather than have a difference between the
OpenCL 1.0 and 1.1 versions of QtOpenCL, we just implement
the OpenCL 1.1 behavior.

Out-of-order execution and profiling can be enabled by explicitly
calling QCLContext::createCommandQueue().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenCL 1.1 has deprecated clSetCommandQueueProperty() because
it isn't thread safe.  Rather than have a difference between the
OpenCL 1.0 and 1.1 versions of QtOpenCL, we just implement
the OpenCL 1.1 behavior.

Out-of-order execution and profiling can be enabled by explicitly
calling QCLContext::createCommandQueue().
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename id() functions to something more descriptive.</title>
<updated>2010-02-22T00:44:12+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-22T00:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=5b2c376b049effb2f92b45b7b36f8bb63ae65847'/>
<id>5b2c376b049effb2f92b45b7b36f8bb63ae65847</id>
<content type='text'>
QCLCommandQueue::id() -&gt; queueId()
QCLContext::id() -&gt; contextId()
QCLDevice::id() -&gt; deviceId()
QCLEvent::id() -&gt; eventId()
QCLKernel::id() -&gt; kernelId()
QCLMemoryObject::id() -&gt; memoryId()
QCLPlatform::id() -&gt; platformId()
QCLProgram::id() -&gt; programId()
QCLSampler::id() -&gt; samplerId()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QCLCommandQueue::id() -&gt; queueId()
QCLContext::id() -&gt; contextId()
QCLDevice::id() -&gt; deviceId()
QCLEvent::id() -&gt; eventId()
QCLKernel::id() -&gt; kernelId()
QCLMemoryObject::id() -&gt; memoryId()
QCLPlatform::id() -&gt; platformId()
QCLProgram::id() -&gt; programId()
QCLSampler::id() -&gt; samplerId()
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for event profiling.</title>
<updated>2010-02-20T20:42:33+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-20T19:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=76559735eec63d6324e9a393d4c2ee644508a7dd'/>
<id>76559735eec63d6324e9a393d4c2ee644508a7dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add == and != operators to the core object types.</title>
<updated>2010-02-20T05:56:32+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-20T05:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=ab59399c9e0ad006cac82214e6d47f1d56f73bb5'/>
<id>ab59399c9e0ad006cac82214e6d47f1d56f73bb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding style fix: T&amp; -&gt; T &amp;</title>
<updated>2010-02-19T07:04:52+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-19T07:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=e555e5301f3132a11042dcb5f563e1a777b28a81'/>
<id>e555e5301f3132a11042dcb5f563e1a777b28a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the marker/barrier functions to QCLContext</title>
<updated>2010-02-17T01:41:17+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-17T01:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=02d6c07c6483dee080bdae49e8123119302b22cb'/>
<id>02d6c07c6483dee080bdae49e8123119302b22cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap textures to hide the details of GL sharing/non-sharing.</title>
<updated>2010-02-15T07:15:48+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-15T06:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=aa01eee9a674abf3cda329163d24359edaa9ce9f'/>
<id>aa01eee9a674abf3cda329163d24359edaa9ce9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize the OpenCL repository.</title>
<updated>2010-02-14T21:41:21+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-14T21:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=f887aefefd9725f449dbba05a0a2d3f7b97eca77'/>
<id>f887aefefd9725f449dbba05a0a2d3f7b97eca77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
